SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error: An Internal Error Has Occurred.
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 460 → PDOStatement->execute(array)
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_results = $query;
array()
- CORE/Cake/Model/Datasource/DboSource.php line 426 → DboSource->_execute(string, array)
$options += array('log' => $this->fullDebug);
$t = microtime(true);
$this->_result = $this->_execute($sql, $params);
'UPDATE posts SET visit = visit + 1 WHERE id = ' array()
- CORE/Cake/Model/Datasource/DboSource.php line 668 → DboSource->execute(string, array, array)
if ($cache && ($cached = $this->getQueryCache($sql, $params)) !== false) {
return $cached;
}
$result = $this->execute($sql, array(), $params);
if ($result) {
'UPDATE posts SET visit = visit + 1 WHERE id = ' array() array()
- CORE/Cake/Model/Datasource/DboSource.php line 539 → DboSource->fetchAll(string)
$recursive = null;
if (count($args) === 1) {
return $this->fetchAll($args[0]);
} elseif (count($args) > 1 && (strpos($args[0], 'findBy') === 0 || strpos($args[0], 'findAllBy') === 0)) {
'UPDATE posts SET visit = visit + 1 WHERE id = '
- [internal function] → DboSource->query(string)
'UPDATE posts SET visit = visit + 1 WHERE id = '
- CORE/Cake/Model/Model.php line 3447 → call_user_func_array(array, array)
public function query($sql) {
$params = func_get_args();
$db = $this->getDataSource();
return call_user_func_array(array(&$db, 'query'), $params);
}
array( (int) 0 => object(Mysql) { description => 'MySQL DBO Driver' startQuote => '`' endQuote => '`' fieldParameters => array( 'charset' => array( [maximum depth reached] ), 'collate' => array( [maximum depth reached] ), 'comment' => array( [maximum depth reached] ), 'unsigned' => array( [maximum depth reached] ) ) tableParameters => array( 'charset' => array( [maximum depth reached] ), 'collate' => array( [maximum depth reached] ), 'engine' => array( [maximum depth reached] ), 'comment' => array( [maximum depth reached] ) ) columns => array( 'primary_key' => array( [maximum depth reached] ), 'string' => array( [maximum depth reached] ), 'text' => array( [maximum depth reached] ), 'biginteger' => array( [maximum depth reached] ), 'integer' => array( [maximum depth reached] ), 'float' => array( [maximum depth reached] ), 'decimal' => array( [maximum depth reached] ), 'datetime' => array( [maximum depth reached] ), 'timestamp' => array( [maximum depth reached] ), 'time' => array( [maximum depth reached] ), 'date' => array( [maximum depth reached] ), 'binary' => array( [maximum depth reached] ), 'boolean' => array( [maximum depth reached] ) ) index => array( 'PRI' => 'primary', 'MUL' => 'index', 'UNI' => 'unique' ) alias => 'AS ' cacheMethods => true useNestedTransactions => false fullDebug => true affected => (int) 1 numRows => (int) 1 took => (float) 0 configKeyName => 'default' virtualFieldSeparator => '__' connected => true config => array( 'password' => '*****', 'login' => '*****', 'host' => '*****', 'database' => '*****', 'port' => '*****', 'prefix' => '*****', 'persistent' => false, 'flags' => array([maximum depth reached]), 'datasource' => 'Database/Mysql', 'encoding' => 'utf8' ) cacheSources => true map => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ) ) [protected] _baseConfig => array( 'password' => '*****', 'login' => '*****', 'host' => '*****', 'database' => '*****', 'port' => '*****', 'persistent' => true, 'flags' => array([maximum depth reached]) ) [protected] _connection => object(PDO) {} [protected] _useAlias => true [protected] _charsets => array( 'utf8mb3_persian_ci' => 'utf8mb3' ) [protected] _result => object(PDOStatement) {} [protected] _queriesCnt => (int) 5 [protected] _queriesTime => (float) 4 [protected] _queriesLog => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ) [protected] _queriesLogMax => (int) 200 [protected] _queryCache => array() [protected] _sqlOps => array( (int) 0 => 'like', (int) 1 => 'ilike', (int) 2 => 'rlike', (int) 3 => 'or', (int) 4 => 'not', (int) 5 => 'in', (int) 6 => 'between', (int) 7 => 'regexp', (int) 8 => 'similar to' ) [protected] _transactionNesting => (int) 0 [protected] _queryDefaults => array( 'conditions' => array([maximum depth reached]), 'fields' => null, 'table' => null, 'alias' => null, 'order' => null, 'limit' => null, 'joins' => array([maximum depth reached]), 'group' => null, 'offset' => null ) [protected] _methodCacheChange => true [protected] _descriptions => array( 'h103864_site_new.users' => array( [maximum depth reached] ), 'h103864_site_new.groups' => array( [maximum depth reached] ), 'h103864_site_new.visits' => array( [maximum depth reached] ), 'h103864_site_new.posts' => array( [maximum depth reached] ), 'h103864_site_new.businesses' => array( [maximum depth reached] ), 'h103864_site_new.cats_posts' => array( [maximum depth reached] ), 'h103864_site_new.cats' => array( [maximum depth reached] ) ) [protected] _sources => array( (int) 0 => 'acos', (int) 1 => 'aros', (int) 2 => 'aros_acos', (int) 3 => 'bulletins', (int) 4 => 'bulletins_tags', (int) 5 => 'businesses', (int) 6 => 'cats', (int) 7 => 'cats_posts', (int) 8 => 'chats', (int) 9 => 'contacts', (int) 10 => 'downloads', (int) 11 => 'emp_books', (int) 12 => 'emp_studying', (int) 13 => 'faqs', (int) 14 => 'feeds', (int) 15 => 'files', (int) 16 => 'groups', (int) 17 => 'levels', (int) 18 => 'levels_bulletins', (int) 19 => 'logs', (int) 20 => 'messages', (int) 21 => 'newsletters', (int) 22 => 'noaccesses', (int) 23 => 'posts', (int) 24 => 'tags', (int) 25 => 'users', (int) 26 => 'visits' ) [protected] _transactionStarted => false }, (int) 1 => 'query' ) array( (int) 0 => 'UPDATE posts SET visit = visit + 1 WHERE id = ' )
- APP/Controller/PagesController.php line 237 → Model->query(string)
if(!$isVisitedPost) {
$this->Post->query('UPDATE posts SET visit = visit + 1 WHERE id = ' . $posts[0]['Post']['id']);
$postsVisited = $this->Session->read('postsVisit');
'UPDATE posts SET visit = visit + 1 WHERE id = '
- [internal function] → PagesController->posts(string, string, string)
'uploads' 'files' ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif'
- CORE/Cake/Controller/Controller.php line 490 → ReflectionMethod->invokeArgs(PagesController, array)
'action' => $request->params['action']
));
}
return $method->invokeArgs($this, $request->params['pass']);
object(PagesController) { name => 'Pages' components => array( 'Auth' => null, 'Session' => null, 'Cookie' => null, 'PendickJDate' => null, 'RequestHandler' => null, 'PendickUpload' => null, 'Captcha' => array( 'Model' => 'Post', 'field' => 'captcha' ) ) uses => array( (int) 0 => 'Post', (int) 1 => 'Cat', (int) 2 => 'Download', (int) 3 => 'Visit', (int) 4 => 'Newsletter', (int) 5 => 'Message', (int) 6 => 'Chat', (int) 7 => 'Faq', (int) 8 => 'Business', (int) 9 => 'User', (int) 10 => 'Log', (int) 11 => 'Noaccess' ) theme => 'Investment' layout => 'posts' title => 'مرکز سرمایه گذاری استان سمنان' description => 'معرفی توانمندی ها و فرصت های استان سمنان جهت جذب سرمایه گذاری' keywords => '' isHome => false style => array( (int) 0 => 'bootstrap.min', (int) 1 => 'main.css?v=8', (int) 2 => 'flaticon' ) script => array( (int) 0 => 'jquery' ) url => null image => '/theme/Investment/img/logo.png' message => array() userLogin => array() layout_title => 'پنل کاربری سایت' groupId => (int) 1 cssPanel => array( (int) 0 => 'assets/bootstrap-rtl/css/bootstrap-rtl.min', (int) 1 => 'assets/bootstrap-rtl/css/bootstrap-responsive-rtl.min', (int) 2 => 'assets/font-awesome/css/font-awesome', (int) 3 => 'style', (int) 4 => 'style_responsive', (int) 5 => 'style_navy-blue', (int) 6 => 'assets/uniform/css/uniform.default', (int) 7 => 'assets/bootstrap-toggle-buttons/static/stylesheets/bootstrap-toggle-buttons', (int) 8 => 'jquery-ui-1.10.1.custom.min.css' ) jsPanel => array( (int) 0 => 'jquery-1.8.3.min.js', (int) 1 => 'assets/bootstrap-rtl/js/bootstrap.min.js', (int) 2 => 'jquery.blockui.js', (int) 3 => 'assets/uniform/jquery.uniform.min.js', (int) 4 => 'assets/bootstrap-toggle-buttons/static/js/jquery.toggle.buttons.js', (int) 5 => 'assets/data-tables/jquery.dataTables.js', (int) 6 => 'assets/data-tables/DT_bootstrap.js', (int) 7 => 'scripts.js' ) helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' base => '' webroot => '/' here => '/uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array( [maximum depth reached] ) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Pages' layoutPath => null viewVars => array( 'post' => null, 'pageVisit' => '118112', 'siteVisit' => '89827', 'locale' => ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif' ) view => 'posts' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PagesController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array( (int) 0 => 'uploads', (int) 1 => 'files', (int) 2 => ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif' ) scaffold => false methods => array( (int) 0 => 'error404', (int) 1 => 'home', (int) 2 => 'posts', (int) 3 => 'news', (int) 4 => 'event', (int) 5 => 'postbiz', (int) 6 => 'newslist', (int) 7 => 'events', (int) 8 => 'faq', (int) 9 => 'downloads', (int) 10 => 'companies', (int) 11 => 'company', (int) 12 => 'contactus', (int) 13 => 'employment', (int) 14 => 'captcha', (int) 15 => 'site', (int) 16 => 'menu', (int) 18 => 'unread', (int) 19 => 'checkAccess', (int) 20 => 'randomText', (int) 21 => 'option', (int) 22 => 'systemLog' ) modelClass => 'Post' modelKey => 'page' validationErrors => null Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => false ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => null logoutRedirect => array( [maximum depth reached] ) authError => 'You are not authorized to access that location.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array([maximum depth reached]) [protected] _authenticateObjects => array([maximum depth reached]) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'M#hA.!!asR&uk44B_lS@evZ=^7$$cSaQwE4V53O**mF0%1Xp82Hv' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } PendickJDate => object(PendickJDateComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null settings => array( [maximum depth reached] ) components => array([maximum depth reached]) params => object(CakeRequest) {} [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } PendickUpload => object(PendickUploadComponent) { file => null fileName => null pathName => null maxFileSize => (int) 204800000 thumbImageSize => array( [maximum depth reached] ) allowReplaceFile => false createThumbnail => false allowExtensions => array( [maximum depth reached] ) denyExtensions => array( [maximum depth reached] ) settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) [private] message => array( [maximum depth reached] ) } Captcha => object(CaptchaComponent) { settings => array( [maximum depth reached] ) components => array( [maximum depth reached] ) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) [private] __fonts => array( [maximum depth reached] ) [private] errors => array([maximum depth reached]) [private] fatalError => false [private] TTFSupport => true [private] sessionKey => 'Captcha.User_captcha' [private] themes => array( [maximum depth reached] ) } User => object(User) { displayField => 'name' belongsTo => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'users' id => false data => array([maximum depth reached]) schemaName => 'h103864_site_new' table => 'users' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'User' alias => 'User' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Group => object(Group) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Visit => object(Visit) { name => 'Visit' useDbConfig => 'default' useTable => 'visits' id => false data => array([maximum depth reached]) schemaName => 'h103864_site_new' table => 'visits' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Visit' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Post => object(Post) { name => 'Post' belongsTo => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'posts' id => false data => array([maximum depth reached]) schemaName => 'h103864_site_new' table => 'posts' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Post' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Business => object(Business) {} User => object(User) {} Cat => object(Cat) {} CatsPost => object(AppModel) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } array( (int) 0 => 'uploads', (int) 1 => 'files', (int) 2 => ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif' )
- CORE/Cake/Routing/Dispatcher.php line 193 → Controller->invokeAction(CakeRequest)
$response = $controller->response;
$render = true;
$result = $controller->invokeAction($request);
if ($result instanceof CakeResponse) {
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'pages', 'action' => 'posts', 'named' => array(), 'pass' => array( (int) 0 => 'uploads', (int) 1 => 'files', (int) 2 => ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif' ), 'isAjax' => false, 'models' => array( 'User' => array( [maximum depth reached] ), 'Visit' => array( [maximum depth reached] ), 'Message' => array( [maximum depth reached] ), 'Chat' => array( [maximum depth reached] ), 'Log' => array( [maximum depth reached] ), 'Noaccess' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Business' => array( [maximum depth reached] ), 'Cat' => array( [maximum depth reached] ), 'CatsPost' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' base => '' webroot => '/' here => '/uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ) ) [protected] _input => '' }
- CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(PagesController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(PagesController) { name => 'Pages' components => array( 'Auth' => null, 'Session' => null, 'Cookie' => null, 'PendickJDate' => null, 'RequestHandler' => null, 'PendickUpload' => null, 'Captcha' => array( 'Model' => 'Post', 'field' => 'captcha' ) ) uses => array( (int) 0 => 'Post', (int) 1 => 'Cat', (int) 2 => 'Download', (int) 3 => 'Visit', (int) 4 => 'Newsletter', (int) 5 => 'Message', (int) 6 => 'Chat', (int) 7 => 'Faq', (int) 8 => 'Business', (int) 9 => 'User', (int) 10 => 'Log', (int) 11 => 'Noaccess' ) theme => 'Investment' layout => 'posts' title => 'مرکز سرمایه گذاری استان سمنان' description => 'معرفی توانمندی ها و فرصت های استان سمنان جهت جذب سرمایه گذاری' keywords => '' isHome => false style => array( (int) 0 => 'bootstrap.min', (int) 1 => 'main.css?v=8', (int) 2 => 'flaticon' ) script => array( (int) 0 => 'jquery' ) url => null image => '/theme/Investment/img/logo.png' message => array() userLogin => array() layout_title => 'پنل کاربری سایت' groupId => (int) 1 cssPanel => array( (int) 0 => 'assets/bootstrap-rtl/css/bootstrap-rtl.min', (int) 1 => 'assets/bootstrap-rtl/css/bootstrap-responsive-rtl.min', (int) 2 => 'assets/font-awesome/css/font-awesome', (int) 3 => 'style', (int) 4 => 'style_responsive', (int) 5 => 'style_navy-blue', (int) 6 => 'assets/uniform/css/uniform.default', (int) 7 => 'assets/bootstrap-toggle-buttons/static/stylesheets/bootstrap-toggle-buttons', (int) 8 => 'jquery-ui-1.10.1.custom.min.css' ) jsPanel => array( (int) 0 => 'jquery-1.8.3.min.js', (int) 1 => 'assets/bootstrap-rtl/js/bootstrap.min.js', (int) 2 => 'jquery.blockui.js', (int) 3 => 'assets/uniform/jquery.uniform.min.js', (int) 4 => 'assets/bootstrap-toggle-buttons/static/js/jquery.toggle.buttons.js', (int) 5 => 'assets/data-tables/jquery.dataTables.js', (int) 6 => 'assets/data-tables/DT_bootstrap.js', (int) 7 => 'scripts.js' ) helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' base => '' webroot => '/' here => '/uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array( [maximum depth reached] ) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Pages' layoutPath => null viewVars => array( 'post' => null, 'pageVisit' => '118112', 'siteVisit' => '89827', 'locale' => ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif' ) view => 'posts' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PagesController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array( (int) 0 => 'uploads', (int) 1 => 'files', (int) 2 => ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif' ) scaffold => false methods => array( (int) 0 => 'error404', (int) 1 => 'home', (int) 2 => 'posts', (int) 3 => 'news', (int) 4 => 'event', (int) 5 => 'postbiz', (int) 6 => 'newslist', (int) 7 => 'events', (int) 8 => 'faq', (int) 9 => 'downloads', (int) 10 => 'companies', (int) 11 => 'company', (int) 12 => 'contactus', (int) 13 => 'employment', (int) 14 => 'captcha', (int) 15 => 'site', (int) 16 => 'menu', (int) 18 => 'unread', (int) 19 => 'checkAccess', (int) 20 => 'randomText', (int) 21 => 'option', (int) 22 => 'systemLog' ) modelClass => 'Post' modelKey => 'page' validationErrors => null Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => false ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => null logoutRedirect => array( [maximum depth reached] ) authError => 'You are not authorized to access that location.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array([maximum depth reached]) [protected] _authenticateObjects => array([maximum depth reached]) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'M#hA.!!asR&uk44B_lS@evZ=^7$$cSaQwE4V53O**mF0%1Xp82Hv' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } PendickJDate => object(PendickJDateComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null settings => array( [maximum depth reached] ) components => array([maximum depth reached]) params => object(CakeRequest) {} [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } PendickUpload => object(PendickUploadComponent) { file => null fileName => null pathName => null maxFileSize => (int) 204800000 thumbImageSize => array( [maximum depth reached] ) allowReplaceFile => false createThumbnail => false allowExtensions => array( [maximum depth reached] ) denyExtensions => array( [maximum depth reached] ) settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) [private] message => array( [maximum depth reached] ) } Captcha => object(CaptchaComponent) { settings => array( [maximum depth reached] ) components => array( [maximum depth reached] ) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) [private] __fonts => array( [maximum depth reached] ) [private] errors => array([maximum depth reached]) [private] fatalError => false [private] TTFSupport => true [private] sessionKey => 'Captcha.User_captcha' [private] themes => array( [maximum depth reached] ) } User => object(User) { displayField => 'name' belongsTo => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'users' id => false data => array([maximum depth reached]) schemaName => 'h103864_site_new' table => 'users' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'User' alias => 'User' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Group => object(Group) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Visit => object(Visit) { name => 'Visit' useDbConfig => 'default' useTable => 'visits' id => false data => array([maximum depth reached]) schemaName => 'h103864_site_new' table => 'visits' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Visit' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Post => object(Post) { name => 'Post' belongsTo => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'posts' id => false data => array([maximum depth reached]) schemaName => 'h103864_site_new' table => 'posts' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Post' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Business => object(Business) {} User => object(User) {} Cat => object(Cat) {} CatsPost => object(AppModel) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'pages', 'action' => 'posts', 'named' => array(), 'pass' => array( (int) 0 => 'uploads', (int) 1 => 'files', (int) 2 => ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif' ), 'isAjax' => false, 'models' => array( 'User' => array( [maximum depth reached] ), 'Visit' => array( [maximum depth reached] ), 'Message' => array( [maximum depth reached] ), 'Chat' => array( [maximum depth reached] ), 'Log' => array( [maximum depth reached] ), 'Noaccess' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Business' => array( [maximum depth reached] ), 'Cat' => array( [maximum depth reached] ), 'CatsPost' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' base => '' webroot => '/' here => '/uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ) ) [protected] _input => '' }
- APP/webroot/index.php line 118 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'pages', 'action' => 'posts', 'named' => array(), 'pass' => array( (int) 0 => 'uploads', (int) 1 => 'files', (int) 2 => ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif' ), 'isAjax' => false, 'models' => array( 'User' => array( [maximum depth reached] ), 'Visit' => array( [maximum depth reached] ), 'Message' => array( [maximum depth reached] ), 'Chat' => array( [maximum depth reached] ), 'Log' => array( [maximum depth reached] ), 'Noaccess' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Business' => array( [maximum depth reached] ), 'Cat' => array( [maximum depth reached] ), 'CatsPost' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' base => '' webroot => '/' here => '/uploads/files/%205%20%D8%A7%D8%B5%D9%84%D8%A7%D8%AD%DB%8C%20%D9%85%D8%B5%D9%88%D8%A8%D9%87%20%D9%87%2055633%20%D8%AA-63793%20-%D8%B1%D9%81%D8%B9%20%D8%AA%D8%B9%D9%87%D8%A7%D8%AA%20%D8%A7%D8%B1%D8%B2%DB%8C.tif' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel', (int) 2 => 'text/plain' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array( 'Last-Modified' => 'Tue, 11 Mar 2025 17:44:13 +0000', 'Cache-Control' => 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0', 'Pragma' => 'no-cache', 'Expires' => 'Thu, 01 Jan 1970 00:00:00 +0000' ) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`group_id`, `User`.`name`, `User`.`gender`, `User`.`bdate`, `User`.`email`, `User`.`tel`, `User`.`mob`, `User`.`addr`, `User`.`level`, `User`.`active`, `User`.`created`, `User`.`login_count`, `User`.`last_login_date`, `User`.`last_login_ip`, `User`.`code`, `Group`.`id`, `Group`.`name`, `Group`.`created`, `Group`.`modified` FROM `h103864_site_new`.`users` AS `User` LEFT JOIN `h103864_site_new`.`groups` AS `Group` ON (`User`.`group_id` = `Group`.`id`) WHERE `User`.`id` IS NULL LIMIT 1 | 0 | 0 | 1 | |
2 | SELECT `Visit`.`id`, `Visit`.`site`, `Visit`.`page`, `Visit`.`text` FROM `h103864_site_new`.`visits` AS `Visit` WHERE 1 = 1 | 1 | 1 | 0 | |
3 | SELECT `Post`.`id`, `Post`.`lang`, `Post`.`company`, `Post`.`title`, `Post`.`sub_title`, `Post`.`page_title`, `Post`.`url`, `Post`.`pic`, `Post`.`text`, `Post`.`author`, `Post`.`keywords`, `Post`.`description`, `Post`.`status`, `Post`.`user_id`, `Post`.`business_id`, `Post`.`visit`, `Post`.`created`, `Post`.`modified`, `Business`.`id`, `Business`.`title`, `Business`.`cat`, `Business`.`ceo`, `Business`.`info`, `Business`.`keywords`, `Business`.`size`, `Business`.`year`, `Business`.`tel`, `Business`.`mob`, `Business`.`email`, `Business`.`site`, `Business`.`address`, `Business`.`facebook`, `Business`.`google`, `Business`.`linkedin`, `Business`.`twitter`, `Business`.`instagram`, `Business`.`telegram`, `Business`.`user_id`, `Business`.`img`, `Business`.`cover`, `Business`.`logo`, `Business`.`visit`, `Business`.`active`, `Business`.`created`, `Business`.`modified`, `User`.`id`, `User`.`username`, `User`.`password`, `User`.`group_id`, `User`.`name`, `User`.`gender`, `User`.`bdate`, `User`.`email`, `User`.`tel`, `User`.`mob`, `User`.`addr`, `User`.`level`, `User`.`active`, `User`.`created`, `User`.`login_count`, `User`.`last_login_date`, `User`.`last_login_ip`, `User`.`code` FROM `h103864_site_new`.`posts` AS `Post` LEFT JOIN `h103864_site_new`.`businesses` AS `Business` ON (`Post`.`business_id` = `Business`.`id`) LEFT JOIN `h103864_site_new`.`users` AS `User` ON (`Post`.`user_id` = `User`.`id`) WHERE ((`Post`.`lang` = ' 5 اصلاحی مصوبه ه 55633 ت-63793 -رفع تعهات ارزی.tif') AND (`url` = 'uploads')) | 0 | 0 | 3 | |
4 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`group_id`, `User`.`name`, `User`.`gender`, `User`.`bdate`, `User`.`email`, `User`.`tel`, `User`.`mob`, `User`.`addr`, `User`.`level`, `User`.`active`, `User`.`created`, `User`.`login_count`, `User`.`last_login_date`, `User`.`last_login_ip`, `User`.`code`, `Group`.`id`, `Group`.`name`, `Group`.`created`, `Group`.`modified` FROM `h103864_site_new`.`users` AS `User` LEFT JOIN `h103864_site_new`.`groups` AS `Group` ON (`User`.`group_id` = `Group`.`id`) WHERE `User`.`id` IS NULL LIMIT 1 | 0 | 0 | 0 | |
5 | SELECT `Visit`.`id`, `Visit`.`site`, `Visit`.`page`, `Visit`.`text` FROM `h103864_site_new`.`visits` AS `Visit` WHERE 1 = 1 | 1 | 1 | 0 |
Warning (512): _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php, line 328]Code Context),
E_USER_WARNING
);
$key = 'file_map' $value = array( 'Configure' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Core/Configure.php', 'Hash' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Utility/Hash.php', 'Cache' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Cache/Cache.php', 'FileEngine' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Cache/Engine/FileEngine.php', 'CacheEngine' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Cache/CacheEngine.php', 'Inflector' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Utility/Inflector.php', 'ErrorHandler' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Error/ErrorHandler.php', 'CakeLog' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Log/CakeLog.php', 'LogEngineCollection' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Log/LogEngineCollection.php', 'ObjectCollection' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Utility/ObjectCollection.php', 'FileLog' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Log/Engine/FileLog.php', 'BaseLog' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Log/Engine/BaseLog.php', 'CakeLogInterface' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Log/CakeLogInterface.php', 'CakePlugin' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Core/CakePlugin.php', 'Debugger' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Utility/Debugger.php', 'String' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Utility/String.php', 'Dispatcher' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Routing/Dispatcher.php', 'CakeEventListener' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Event/CakeEventListener.php', 'CakeRequest' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Network/CakeRequest.php', 'CakeResponse' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Network/CakeResponse.php', 'CakeEvent' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Event/CakeEvent.php', 'CakeEventManager' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Event/CakeEventManager.php', 'AssetDispatcher' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Routing/Filter/AssetDispatcher.php', 'DispatcherFilter' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Routing/DispatcherFilter.php', 'CacheDispatcher' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Routing/Filter/CacheDispatcher.php', 'Router' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Routing/Router.php', 'CakeRoute' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Routing/Route/CakeRoute.php', 'PluginShortRoute' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Routing/Route/PluginShortRoute.php', 'PagesController' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Controller/PagesController.php', 'UsersController' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Controller/UsersController.php', 'AppController' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Controller/AppController.php', 'Controller' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Controller/Controller.php', 'Object' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Core/Object.php', 'ComponentCollection' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Controller/ComponentCollection.php', 'AuthComponent' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Controller/Component/AuthComponent.php', 'Component' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Controller/Component.php', 'SessionComponent' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Controller/Component/SessionComponent.php', 'CookieComponent' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Controller/Component/CookieComponent.php', 'PendickJDateComponent' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Controller/Component/PendickJDateComponent.php', 'RequestHandlerComponent' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Controller/Component/RequestHandlerComponent.php', 'PendickUploadComponent' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Controller/Component/PendickUploadComponent.php', 'CaptchaComponent' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Controller/Component/CaptchaComponent.php', 'CakeSession' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Datasource/CakeSession.php', 'ClassRegistry' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Utility/ClassRegistry.php', 'User' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Model/User.php', 'AppModel' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Model/AppModel.php', 'Model' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Model.php', 'BehaviorCollection' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/BehaviorCollection.php', 'CaptchaBehavior' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Model/Behavior/CaptchaBehavior.php', 'ModelBehavior' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/ModelBehavior.php', 'ConnectionManager' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/ConnectionManager.php', 'Mysql' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Datasource/Database/Mysql.php', 'DboSource' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Datasource/DboSource.php', 'DataSource' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Datasource/DataSource.php', 'Group' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Model/Group.php', 'AclBehavior' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Behavior/AclBehavior.php', 'Aro' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Aro.php', 'AclNode' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/AclNode.php', 'Aco' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Aco.php', 'TreeBehavior' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Model/Behavior/TreeBehavior.php', 'Visit' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Model/Visit.php', 'I18n' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/I18n/I18n.php', 'L10n' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/I18n/L10n.php', 'Post' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Model/Post.php', 'Business' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Model/Business.php', 'Cat' => '/home/h103864/domains/investinsemnan.ir/public_html/app/Model/Cat.php', 'ExceptionRenderer' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Error/ExceptionRenderer.php', 'CakeErrorController' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/Controller/CakeErrorController.php', 'View' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/View/View.php', 'HelperCollection' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/View/HelperCollection.php', 'ViewBlock' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/View/ViewBlock.php', 'HtmlHelper' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/View/Helper/HtmlHelper.php', 'AppHelper' => '/home/h103864/domains/investinsemnan.ir/public_html/app/View/Helper/AppHelper.php', 'Helper' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/View/Helper.php', 'FormHelper' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/View/Helper/FormHelper.php', 'SessionHelper' => '/home/h103864/domains/investinsemnan.ir/public_html/lib/Cake/View/Helper/SessionHelper.php' ) $config = '_cake_core_' $settings = array( 'prefix' => '*****', 'engine' => 'File', 'path' => '/home/h103864/domains/investinsemnan.ir/public_html/app/tmp/cache/persistent/', 'serialize' => true, 'duration' => (int) 10, 'lock' => true, 'isWindows' => false, 'mask' => (int) 436, 'probability' => (int) 100, 'groups' => array() ) $success = falseCache::write() - CORE/Cake/Cache/Cache.php, line 328 App::shutdown() - CORE/Cake/Core/App.php, line 901 [main] - [internal], line ??
Warning (512): _cake_core_ cache was unable to write 'method_cache' to File cache [CORE/Cake/Cache/Cache.php, line 328]Code Context),
E_USER_WARNING
);
$key = 'method_cache' $value = array( (int) 0 => false, 'name' => array( '84aed5ca7734df237971a8964bd0217a' => '`User`.`id`', '441e6eaad1b5f34da125c63e3ecd7702' => '`User`.`username`', '46bea0d8cb0ffa1c5c7f63ad1e39035b' => '`User`.`password`', '005867d5978d2edea8113f2b40728a90' => '`User`.`group_id`', 'd02461939758c2308d7bd7a6b9f8a411' => '`User`.`name`', '90b99b2a7306ea6ccd68f0c629b8b53e' => '`User`.`gender`', '0fc9d5bf25a067e5129865b00cf7ea98' => '`User`.`bdate`', '97c268dcd8412cd254419ed9b5f0d32e' => '`User`.`email`', 'b4f2e8b47820dc734c0b69347f109ac1' => '`User`.`tel`', '0dd5587495f69b894e7fad6b99ddad24' => '`User`.`mob`', '428e37ec269d481d9dd11bdebae400d7' => '`User`.`addr`', '362730c88dc5b66bce5b92c6bb5803ae' => '`User`.`level`', 'bf479f2d76b2ecfad480cbbc9842dc86' => '`User`.`active`', '655616af09a4d136eca1b18964f0e43c' => '`User`.`created`', '8edd2547138480f4b6fb976fc19182ae' => '`User`.`login_count`', '19fc815d8fe689d66c9b6b79ae6b939c' => '`User`.`last_login_date`', 'c57a06093a2cb2b262454ae673a630a5' => '`User`.`last_login_ip`', 'f280112c24a67de0fcbeb36c516ff6af' => '`User`.`code`', 'cf292d4a0e824279bae05ad79de76c7b' => '`Group`.`id`', 'da94d19130378d6d5d5ac27135038120' => '`Group`.`name`', '6ee1c432b2b06dc08187dd43b2b81875' => '`Group`.`created`', '920d0a38c83dcd93814db0c7ec753ca5' => '`Group`.`modified`', '4d8f353976ecde4e8c3958f8c319de7a' => '`h103864_site_new`', 'f94a437fb7858e092079378f93ef2c71' => '`users`', '264753f882409f5725b8ea6bb9755b6a' => '`Group`', '5be47a456f397efee757d8dd4e0c8726' => '`groups`', 'eb9b37fa6fe3e5c49f921ddcd721b306' => '`User`', '91480a8bf87e381d3c0dc510edea53ca' => '`visits`', '460a584d220a3eecb4497bbbd9d4fb6a' => '`Visit`.`id`', '4e8bd65323f76c1847468a5a0991e042' => '`Visit`.`site`', 'd6ed94787cbfdcc9fbc7e8a0402ffc8c' => '`Visit`.`page`', 'a9a79e05bc1cfdffd16fb6a18166a07f' => '`Visit`.`text`', '863de7450d159c9bf3a14132dc1a4b47' => '`Visit`', 'cfacfed443d6f30e67edf9bbcb06ce30' => '`posts`', 'e13d78515036382daf55fa083088c902' => '`Post`.`id`', '238544ecf0c072fec80b231779c970a8' => '`Post`.`lang`', '266a843b36e8a28074f0c07e2ea03411' => '`Post`.`company`', 'aafd056e6d53878a75ab4ee3f18645a1' => '`Post`.`title`', '1ac55477fcd33119b3cef5b4e2a68d5a' => '`Post`.`sub_title`', 'bf7c327d2dc76c6caea2328ff9b9fcb7' => '`Post`.`page_title`', 'f6848b61f4996acd598782d468709432' => '`Post`.`url`', '9f0246beff9e74beffa136bb7e64290e' => '`Post`.`pic`', 'a0328771162cc7fb2eb33c48ed47eed0' => '`Post`.`text`', 'd079c100b4a3a951533329e4351ee25d' => '`Post`.`author`', '05f7ee1081ffc383a68b6f03f65b8eff' => '`Post`.`keywords`', '70c2c4f6e81d630f1ca48fdff02ac47d' => '`Post`.`description`', '1e2f3a83a08246291aa4bc2a8355e42b' => '`Post`.`status`', '2003e50745331b13aee8de0f0d7dea70' => '`Post`.`user_id`', '2d3a1b6ab20d4f032cefb280042ff568' => '`Post`.`business_id`', '8f1fca330f9f2c220d5358a3a0ee1485' => '`Post`.`visit`', 'b4f1ad1de4cdc3a3f82e905f8dfd8673' => '`Post`.`created`', 'bfeffce70e344d7606e17c9ff24530b5' => '`Post`.`modified`', '99b32ddfbae471c38a46dc16995ad832' => '`Business`.`id`', '983efd918dd22a5a26669e0d0ebd8d4e' => '`businesses`', '30c1f3ba2475fa5772344913c08a6961' => '`Business`.`title`', '14107b932c0eac5dc477f0c622f8975e' => '`Business`.`cat`', '8aace8ee12384ed4090fc6f867fec405' => '`Business`.`ceo`', 'ea54f9544df514f91d24e25125edbacb' => '`Business`.`info`', '7ff3ca77136280c2c0a0e52db24efd41' => '`Business`.`keywords`', '0caf4942bf71b6040ff99aa88023592d' => '`Business`.`size`', '61da58d60236f43432c6a0962246285f' => '`Business`.`year`', '45115463be0f5764bb38eb352f41dfd5' => '`Business`.`tel`', 'f3bca9a7f64659b4e034fe1b5a53d102' => '`Business`.`mob`', '9e37b90576fd1d3c06b97cf76c2e6819' => '`Business`.`email`', '0d0e7b258cc50d2379eaf191aaa15295' => '`Business`.`site`', 'cc1f7ce903cbdccc36b579bbbe761a6f' => '`Business`.`address`', '9ebd4355c64343dd7fffd86931f14d61' => '`Business`.`facebook`', '1b92aef79079266baadd47eeb7ed4661' => '`Business`.`google`', 'b26c275e44338b659da665d7b7be8503' => '`Business`.`linkedin`', 'dfd5cba14e8de81815316ce2f715e2f4' => '`Business`.`twitter`', '72ff639be36f8478b64c6742af5ddb4c' => '`Business`.`instagram`', 'b2821a8d7a10e1d82392ecebfd78ae14' => '`Business`.`telegram`', '12a75dceaa191eff8ea453313cc369a6' => '`Business`.`user_id`', '2370c30d1cc1ca2be125b336da810216' => '`Business`.`img`', '109382363e21d8b72975a55255617143' => '`Business`.`cover`', 'aba25b700cf028e26cf00a46f5436d97' => '`Business`.`logo`', 'ffe381d740814d617777b657e99744e1' => '`Business`.`visit`', 'db712a68309f422322ce1c4310ba0461' => '`Business`.`active`', '2d21b8020023d6b15e39f0ddcae8a1a1' => '`Business`.`created`', '65f23a59997cd4fc8f6f24399e88924c' => '`Business`.`modified`', '4f88f88b04227a05826d04ceb339385b' => '`Business`', '61d7330b4e95acd575f02a3b2ee3c73a' => '`url`', 'c0a33fa0f04ac4682dcdc4b25167b3a8' => '`Post`', 'bd26e48249a13fd31a81719974c2ebeb' => '`cats_posts`', '9683177532403fef8e2165cc74314733' => '`CatsPost`.`cat_id`', 'dd494019ce2559abfbd269f3b6cee29b' => '`CatsPost`.`post_id`', 'c4e85aa470996636f3108b485159d77e' => '`cats`', 'c0885e2fedbd984754a9c431c9c8dd5b' => '`Cat`.`id`', 'e5ae58e97fbd6010ee70c3885b973aa7' => '`Cat`.`name`', '87ca1a28d8b841351b0612fd19f62c8c' => '`Cat`.`page_title`', '871407e7f525cfadde3655e3a423c845' => '`Cat`.`url`', '7f943da0ed7067e6a493bbebd1d15d99' => '`Cat`.`description`', '260904af9f4d871ebb71b8c24058976f' => '`Cat`.`kewords`', '02d9788877c9a842ed8b7ed7e018a249' => '`Cat`.`parent`', '1652e64e5b84e2141541e5da66deafd7' => '`Cat`.`order`', 'f41b6465dda19d95a4ad1aa828c4b5f9' => '`Cat`.`lang`', '984c8ad4eac4c7ef1ea0814d0181a5b2' => '`CatsPost`', '2b2110d303e81bbacceb738fe134680d' => '`Cat`' ), 'fields' => array( 'c9c2e154deab61848f42b2220b4dcb7d' => array( (int) 0 => '`User`.`id`', (int) 1 => '`User`.`username`', (int) 2 => '`User`.`password`', (int) 3 => '`User`.`group_id`', (int) 4 => '`User`.`name`', (int) 5 => '`User`.`gender`', (int) 6 => '`User`.`bdate`', (int) 7 => '`User`.`email`', (int) 8 => '`User`.`tel`', (int) 9 => '`User`.`mob`', (int) 10 => '`User`.`addr`', (int) 11 => '`User`.`level`', (int) 12 => '`User`.`active`', (int) 13 => '`User`.`created`', (int) 14 => '`User`.`login_count`', (int) 15 => '`User`.`last_login_date`', (int) 16 => '`User`.`last_login_ip`', (int) 17 => '`User`.`code`' ), 'fa3196a509871d509f1619794b09428d' => array( (int) 0 => '`Group`.`id`', (int) 1 => '`Group`.`name`', (int) 2 => '`Group`.`created`', (int) 3 => '`Group`.`modified`' ), 'fb8917a872bb92ec62b5d831d441fa18' => array( (int) 0 => '`Visit`.`id`', (int) 1 => '`Visit`.`site`', (int) 2 => '`Visit`.`page`', (int) 3 => '`Visit`.`text`' ), 'd926697c12af94ae4f1be603b6870ab8' => array( (int) 0 => '`Post`.`id`', (int) 1 => '`Post`.`lang`', (int) 2 => '`Post`.`company`', (int) 3 => '`Post`.`title`', (int) 4 => '`Post`.`sub_title`', (int) 5 => '`Post`.`page_title`', (int) 6 => '`Post`.`url`', (int) 7 => '`Post`.`pic`', (int) 8 => '`Post`.`text`', (int) 9 => '`Post`.`author`', (int) 10 => '`Post`.`keywords`', (int) 11 => '`Post`.`description`', (int) 12 => '`Post`.`status`', (int) 13 => '`Post`.`user_id`', (int) 14 => '`Post`.`business_id`', (int) 15 => '`Post`.`visit`', (int) 16 => '`Post`.`created`', (int) 17 => '`Post`.`modified`' ), 'd984784a3a37c9588bb6edbde9ca1b4c' => array( (int) 0 => '`Business`.`id`', (int) 1 => '`Business`.`title`', (int) 2 => '`Business`.`cat`', (int) 3 => '`Business`.`ceo`', (int) 4 => '`Business`.`info`', (int) 5 => '`Business`.`keywords`', (int) 6 => '`Business`.`size`', (int) 7 => '`Business`.`year`', (int) 8 => '`Business`.`tel`', (int) 9 => '`Business`.`mob`', (int) 10 => '`Business`.`email`', (int) 11 => '`Business`.`site`', (int) 12 => '`Business`.`address`', (int) 13 => '`Business`.`facebook`', (int) 14 => '`Business`.`google`', (int) 15 => '`Business`.`linkedin`', (int) 16 => '`Business`.`twitter`', (int) 17 => '`Business`.`instagram`', (int) 18 => '`Business`.`telegram`', (int) 19 => '`Business`.`user_id`', (int) 20 => '`Business`.`img`', (int) 21 => '`Business`.`cover`', (int) 22 => '`Business`.`logo`', (int) 23 => '`Business`.`visit`', (int) 24 => '`Business`.`active`', (int) 25 => '`Business`.`created`', (int) 26 => '`Business`.`modified`' ), '1682aec4aa2597fd79eae7eea9c98916' => array( (int) 0 => '`User`.`id`', (int) 1 => '`User`.`username`', (int) 2 => '`User`.`password`', (int) 3 => '`User`.`group_id`', (int) 4 => '`User`.`name`', (int) 5 => '`User`.`gender`', (int) 6 => '`User`.`bdate`', (int) 7 => '`User`.`email`', (int) 8 => '`User`.`tel`', (int) 9 => '`User`.`mob`', (int) 10 => '`User`.`addr`', (int) 11 => '`User`.`level`', (int) 12 => '`User`.`active`', (int) 13 => '`User`.`created`', (int) 14 => '`User`.`login_count`', (int) 15 => '`User`.`last_login_date`', (int) 16 => '`User`.`last_login_ip`', (int) 17 => '`User`.`code`' ), '7caa12fecb1dfc31e3932969163c8f15' => array( (int) 0 => '`CatsPost`.`cat_id`', (int) 1 => '`CatsPost`.`post_id`' ), '8b256cfbfbac2f369ac25514307441f1' => array( (int) 0 => '`Cat`.`id`', (int) 1 => '`Cat`.`name`', (int) 2 => '`Cat`.`page_title`', (int) 3 => '`Cat`.`url`', (int) 4 => '`Cat`.`description`', (int) 5 => '`Cat`.`kewords`', (int) 6 => '`Cat`.`parent`', (int) 7 => '`Cat`.`order`', (int) 8 => '`Cat`.`lang`' ), '3efe330d5de52a9e285ae71f4a4cab92' => array( (int) 0 => '`Group`.`id`', (int) 1 => '`Group`.`name`', (int) 2 => '`Group`.`created`', (int) 3 => '`Group`.`modified`' ) ) ) $config = '_cake_core_' $settings = array( 'prefix' => '*****', 'engine' => 'File', 'path' => '/home/h103864/domains/investinsemnan.ir/public_html/app/tmp/cache/persistent/', 'serialize' => true, 'duration' => (int) 10, 'lock' => true, 'isWindows' => false, 'mask' => (int) 436, 'probability' => (int) 100, 'groups' => array() ) $success = falseCache::write() - CORE/Cake/Cache/Cache.php, line 328 DboSource::__destruct() - CORE/Cake/Model/Datasource/DboSource.php, line 3571 [main] - [internal], line ??